You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecIntHelper Class > TMtxVecIntHelper Methods > FindMask Method > TMtxVecIntHelper.FindMask Method (this TMtxVecInt, [In] TMtxVec, [In] string, [In] TCplx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecIntHelper.FindMask Method (this TMtxVecInt, [In] TMtxVec, [In] string, [In] TCplx)

Finds a vector mask.

Syntax
C#
Visual Basic
public static TMtxVecInt FindMask(this TMtxVecInt aThis, [In] TMtxVec a, [In] string op, [In] TCplx b);

The calling vector will hold the those elements where the Op comparison between a and b is True. Op string parameter can be < , > , >= , <= , = or <>  

The calling vector will store the mask, 1 at those index locations where the Op comparison was True and 0 at those index locations where the Op comparison was false.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!